Read Binary File - Get the binary content of a resource file

This action reads a resource file and returns its content.

The term "resource file" refers to a file that is considered part of the application's model (and hence stored in the "models" folder of the Tersus project). A typical usage would be to save a template file which is later read by the application.

To read the content of a resource file as a buffer of ASCII characters, use Read File.

To read the content of an arbitrary file at runtime (also as a binary stream of data), use Read Resource.

To allow the user to read the content of an arbitrary file at runtime, use the File Input Field display element.

Trigger [required]

<File Name> (non-repetitive text trigger [required]): The name of a resource file to be read (a path relative to the "models" folder of the current Tersus project).

Exit

<File Content> (non-repetitive binary exit [required]): The content of the file (a binary stream of data).

Usage Examples

Refer to the usage examples of Load Excel Table, Update Excel Table and Update Excel Text.